* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, em, strong {
	font-weight: normal;
	font-style: normal;
}

body, input, textarea {
	color: #252525;
	font-family: verdana, tahoma, arial, "sans serif";
	font-size: 10px;
}

body {
	background-color: #ffffff;
}

ul, ol {
	list-style-type: none;
}

img {
	display: block;
	border: none;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.clearer {
	clear: both;
	line-height: 0px;
	height: 0;
	font-size: 0;
}

.hide {
	display: none;
}

.japanese {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;
}
#page {
	width: 950px;
	margin: 0 auto;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header {
	width: 950px;
	position: relative;
}

#header .language {
	margin: 10px 21px 10px 0;
	text-align: right;
}

#header .language a, #header .language a:visited {
	color: #ff7f00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#header .logo {
	float: left;
	width: 350px;
	margin-left: 15px;
}

#header .navigation-wrapper {
	float: right;
	margin: 5px 15px 0 0;
	background: transparent url(../images/navigation-right-bg.gif) scroll right top no-repeat;
	font-size: 13px;
	line-height: 47px;
}

#header .navigation {
	float: right;
	padding: 0 16px;
	background: transparent url(../images/navigation-left-bg.gif) scroll left top no-repeat;
}

#header .navigation li {
	float: left;
	background: transparent url(../images/navigation-bg.gif) scroll left top repeat-x;
}

#header .navigation a, #header .navigation a:visited {
	display: block;
	float: left;
	padding: 0 10px;
	color: #ffffff;
}

#header .navigation  a:hover, #header .navigation a:active {
	color: #c0da6a;
}

#header .navigation .current a, #header .navigation .current a:visited {
	color: #c0da6a;
}

#header .navigation .current a:hover, #header .navigation .current a:active {
	text-decoration: none;
}

/*
----------------------------------

TICKER

----------------------------------
*/

#ticker {
	margin-top: 15px;
	padding: 7px;
}

#ticker li {
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
}

#ticker li a, #ticker li a:visited {
	color: #31424f;
}

#ticker li a:hover, #ticker li a:active {
	color: #31424f;
}

/*
----------------------------------

CONTENT

----------------------------------
*/

#content-wrapper {
	width: 950px;
}

.content {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
}

.content .left {
	width: 50%;
	vertical-align: top;
}

.content .right {
	width: 50%;
	padding-left: 20px;
	vertical-align: top;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
	margin-top: 20px;
	padding: 20px;
	background: #ffffff url(../images/footer-bg.gif) scroll left top repeat-x;
}

#footer p {
	line-height: 18px;
	font-size: 11px;
	text-align: center;
}

#footer p a, #footer p a:visited {
	color: #ff7f00;
}

#footer p a:hover, #footer p a:active {
	color: #ff7f00;
}/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#title h1 {
	margin-bottom: 5px;
	color: #ff7f00;
	font-size: 26px;
	font-weight: bold;
}

#title p {
	padding-bottom: 10px;
	font-size: 14px;
	color: #ff7f00;
	border-bottom: 1px solid #e0e0e0;
}

.content .left p {
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}

.content .left p.first {
	margin-top: 0;
}

.content .left p strong {
	font-weight: bold;
}

.content .left h2 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.content .left h2.first {
	margin-top: 0;
}

.content .left h2.alert {
	color: #ff0000;
}

.content .left a, .content .left a:visited {
	color: #ff7f00;
	text-decoration: underline;
}

.content .left a:hover, .content .left a:active {
	color: #ff7f00;
}

.content .right .presentation {
	margin-top: 20px;
}

.content .right .presentation.first {
	margin-top: 0;
}

.content .right .presentation h1 {
	margin-top: 5px;
	font-size: 18px;
}

.content .right .presentation h2 {
	margin-top: 5px;
	font-size: 14px;
}

.content .right .presentation h3 {
	font-size: 14px;
	font-weight: bold;
}

.content .right .presentation p {
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}

.content .right p {
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}

.content .right p.first {
	margin-top: 0;
}